projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9798967
)
* lisp/progmodes/python.el (ffap-alist): Declare.
author
Glenn Morris
<rgm@gnu.org>
Tue, 18 Jun 2013 07:17:58 +0000
(
00:17
-0700)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 18 Jun 2013 07:17:58 +0000
(
00:17
-0700)
lisp/ChangeLog
patch
|
blob
|
history
lisp/progmodes/python.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 4adc13f551f220e0f0868797934d3e99c1ca290a..793f470493cae2c29429b6988f849d61ed2b5733 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,7
@@
2013-06-18 Glenn Morris <rgm@gnu.org>
+ * progmodes/python.el (ffap-alist): Declare.
+
* textmodes/reftex.el (bibtex-mode-map): Declare.
2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
diff --git
a/lisp/progmodes/python.el
b/lisp/progmodes/python.el
index ccb2dcba42e7c543552bdfa7359a08450cf1ebcb..915b52ce04d3de7b0f49a966fd5ccea56402dba8 100644
(file)
--- a/
lisp/progmodes/python.el
+++ b/
lisp/progmodes/python.el
@@
-2881,6
+2881,8
@@
The skeleton will be bound to python-skeleton-NAME."
(when module-file
(substring-no-properties module-file 1 -1))))))
+(defvar ffap-alist)
+
(eval-after-load "ffap"
'(progn
(push '(python-mode . python-ffap-module-path) ffap-alist)